home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 14 / MacFormat n. 14 (Spain) / MacFormat 14.bin / Shareware Internet / HyperCard / XCMD Docs / CompileIt! Source Code / _Gestalt(select) next >
Encoding:
Text File  |  1995-08-20  |  115 b   |  5 lines

  1. function _Gestalt select
  2.   get Gestalt(select,temp)
  3.   if it≠0 then return "Error:" && it
  4.   return temp
  5. end _gestalt